os.processHandle.refs (field)
6 uses
os (current package)
exec.go#L76: refs atomic.Int32
exec.go#L85: refs := ph.refs.Load()
exec.go#L92: if ph.refs.CompareAndSwap(refs, refs+1) {
exec.go#L101: refs := ph.refs.Load()
exec.go#L105: if ph.refs.CompareAndSwap(refs, refs-1) {
exec.go#L130: ph.refs.Store(1)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)